home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Source Instrumenter
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Ron Rathgeber
- -- : Intermetrics Inc.
- -- : 5392 Bolsa Avenue, Huntington Beach, CA 92649
- -- : (714) 891-4631
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics Inc.
- -- DATE CREATED : 13 Jan 85
- -- DATE RELEASED : 13 Jul 85
- -- DATE LAST UPDATED : 13 Jul 85
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : METRICS
- -- CATEGORY LEVEL 2 : Source Instrumenter
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Tracing
- -- INDEX : Program Execution
- -- INDEX : Source Instrumenter
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_19_5
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.METRICS>SINST*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.METRICS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- SINST.ABS 2027 44
- -- SINST.CMM 1345 41
- -- SINST.INS 1806 81
- -- SINST.ME 268 4
- -- SINST.PRO 3596 77
- -- SINSTRTM.SRC 195456 6118
- -- SINSTTDOC.DIS 214 6
- -- SINSTTOOL.DOC 251056 9403
- -- SINSTTOOL.SRC 1194799 32067
- -- =============== ========== ==========
- -- 9 Files 1650567 47841
- --= ABSTRACT ===============================================--
- -- This tool inserts breakpoints in Ada source code. These
- -- "software hooks" will be used to trace the execution of an Ada
- -- program. Normally, hooks will be placed at entry/exit and decision
- -- points. A user option allows for breakpoints at every statement.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- --07/13/85 1.0 Ron Rathgeber Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-